Fix bug #15148 with garbled display in Dired when cache-long-scans is ON.
authorEli Zaretskii <eliz@gnu.org>
Tue, 5 Nov 2013 16:26:11 +0000 (18:26 +0200)
committerEli Zaretskii <eliz@gnu.org>
Tue, 5 Nov 2013 16:26:11 +0000 (18:26 +0200)
commit63612bf2387351be1a96b420f2a0694733204aa5
treeea14c46889befbd240b80ecde8a6ae5b30bc0dc4
parent0ddaf2dd251a9bf5a02cccfa1ae2383591fd8548
Fix bug #15148 with garbled display in Dired when cache-long-scans is ON.

 src/callproc.c (call_process): Call prepare_to_modify_buffer before
 decoding text read from the sub-process, as the decoded stuff will
 be inserted into the buffer.  This will invalidate the various
 caches maintained for the buffer.
src/ChangeLog
src/callproc.c